|
|
|
|
Next Property, ItemClass Class |
Returns the next item (visible or hidden).
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Next As ItemClass |
C# |
public ItemClass Next { get; } |
C++ |
Property Value
The next item or null/Nothing if there is no next item.
Comments
The Next property returns the next item (visible or hidden).
The Next property can be used to traverse the items one by one, regardless of their level or hierarchical relationship. Next will simply return the item immediately following the current item.
NextVisible works similarly, but returns the next visible item.